|
|
|
|
ButtonAlignmentEnum Enumeration |
Describes the button alignment.
Syntax ButtonAlignmentEnum Enumeration (Softelvdm.SftTabsNET)
VB |
Public Enum ButtonAlignmentEnum |
C# |
public enum ButtonAlignmentEnum |
C++ |
public enum class ButtonAlignmentEnum |
Member |
Value |
Description |
Near | 0 | The buttons appear near the tab control's visible border (touching the border of the tab page). |
Center | 1 | The buttons appear centered within the tab control's visible border and the outside edge of the tab control window. |
Far | 2 | The buttons appear aligned with the outside edge of the tab control window. |
Comments
The ButtonAlignmentEnum enumeration describes the button alignment.